home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 August / WPCAUG97.ISO / multi / tep / data / motor.dir / 00430_link to sketching ideas.ls < prev    next >
Encoding:
Text File  |  1996-10-15  |  247 b   |  11 lines

  1. global myframe, myMovie, whereAmI
  2.  
  3. on mouseDown
  4.   set myframe to the frameLabel
  5.   set myMovie to the movieName
  6.   put myframe
  7.   set whereAmI to the pathName
  8.   put whereAmI & myMovie
  9.   alert("The link to 'sketching ideas' is not complete yet!")
  10. end
  11.